home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Scene Storm
/
Scene Storm - Volume 1.iso
/
coding
/
c
/
pdc
/
libr
/
makefile
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1990-04-19
|
141 b
|
10 lines
CFLAGS = +l
LFLAGS = -lc32
SRCS = main.c topsort.c getopt.c
OBJS = main.o topsort.o getopt.o
Libr : $(OBJS)
ln -o Libr $(OBJS) $(LFLAGS)